forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reveal details #2
Closed
JKobrynski
wants to merge
364
commits into
pasyukevich:feature/expensify-card
from
JKobrynski:addRevealDetails
Closed
Add reveal details #2
JKobrynski
wants to merge
364
commits into
pasyukevich:feature/expensify-card
from
JKobrynski:addRevealDetails
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ead of ReportActionsUtils
Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
…ation/kowczarz/get-os-and-name [No QA][TS migration] Migrate 'getOSAndName' lib to TypeScript
…ibution-hover Fix map view attribution text is not visible on hover
JKobrynski
force-pushed
the
addRevealDetails
branch
from
September 26, 2023 13:18
157d190
to
8adb129
Compare
pasyukevich
pushed a commit
that referenced
this pull request
Oct 18, 2023
pasyukevich
pushed a commit
that referenced
this pull request
Nov 22, 2023
…-patch-1 Fix: Return resolve promise and removing console log while improve co…
pasyukevich
pushed a commit
that referenced
this pull request
Feb 14, 2024
pasyukevich
pushed a commit
that referenced
this pull request
May 20, 2024
…progress-not-shown-in-room-lhn #2 - Fix scan in progress isn't shown in room LHN last message when there is a scan in progress report preview
pasyukevich
pushed a commit
that referenced
this pull request
May 20, 2024
…multiple-open-report #2 - Fix multiple open report call when report screen is mounted
pasyukevich
pushed a commit
that referenced
this pull request
Jun 3, 2024
Merge Xero freeze branch #2
pasyukevich
pushed a commit
that referenced
this pull request
Jun 4, 2024
…rid-init-url Fix InitialUrlContextProvider for HybridApp #2
pasyukevich
pushed a commit
that referenced
this pull request
Jun 7, 2024
…tToAccountID-from-policy-utils Replace policy.submitsTo with PolicyUtils.getSubmitToAccountID #2
pasyukevich
pushed a commit
that referenced
this pull request
Aug 2, 2024
…age-shows-every-time-add-new-message #2 - Fix new message shows every time add new message
pasyukevich
pushed a commit
that referenced
this pull request
Sep 16, 2024
Coming from chat with Carlos, adding > It is required to complete every step and check every box in the PR Author Checklist. If a box has been checked without the action being taken, it will be a violation of Rule #2 and could lead to a warning being issued.
pasyukevich
pushed a commit
that referenced
this pull request
Oct 9, 2024
…le-overflown #2 - Fix task title is overflown and align the checkbox and arrow correctly
pasyukevich
pushed a commit
that referenced
this pull request
Nov 20, 2024
…the-signin-magic-code-screen-is-blank #2 - Fix blank space is shown on iOS safari when magic code screen show
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details
Fixed Issues
$ #22874
PROPOSAL:
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android